MqttMsg

Undocumented in source.

Constructors

this
this(MqttFixedHeader mqttFixedHeader)
Undocumented in source.
this
this(MqttFixedHeader mqttFixedHeader, Object variableHeader)
Undocumented in source.
this
this(MqttFixedHeader mqttFixedHeader, Object variableHeader, Object payload)
Undocumented in source.
this
this(MqttFixedHeader mqttFixedHeader, Object variableHeader, Object payload, bool decoderResult)
Undocumented in source.

Members

Functions

decoderResult
bool decoderResult()
Undocumented in source. Be warned that the author may not have intended to support it.
fixedHeader
MqttFixedHeader fixedHeader()
Undocumented in source. Be warned that the author may not have intended to support it.
payload
Object payload()
Undocumented in source. Be warned that the author may not have intended to support it.
toString
string toString()
Undocumented in source. Be warned that the author may not have intended to support it.
variableHeader
Object variableHeader()
Undocumented in source. Be warned that the author may not have intended to support it.

Meta